WOEmbeddedObject
Synopsis
WOEmbeddedObject{
value = aMethod; |
src = aURL; ...};
Description
A WOEmbeddedObject provides support for Netscape plug-ins. It corresponds to the HTML element <EMBED SRC = >. If the embedded object's content comes from outside the WebObjects application, use the src attribute. If the embedded object's content is returned by a method within the WebObjects application, use the value attribute.
- value
-
Specifies the method that will supply the content for this embedded object.
- src
-
Specifies the external source that will supply the content for this embedded object.
The value and src attributes are mutually exclusive.
Examples